home *** CD-ROM | disk | FTP | other *** search
/ MacHack 1997 / MacHack 1997.toast / Hacks / Hacks ’96 / Booting Gallery / Booting Gallery (source) / iconhack Folder / Blitter.c < prev    next >
Encoding:
C/C++ Source or Header  |  1996-06-22  |  120 b   |  12 lines  |  [TEXT/KAHL]

  1.  
  2.  
  3. #include "Blitter.h"
  4. #include "StealIcon.h"
  5.  
  6. void Blit(short iconID) {
  7.     StealIcon(iconID);
  8. }
  9.  
  10. void BackBlit(void) {
  11.  
  12. }